Skip to content

fix: remove unmaintained Mastodon link from footer#8849

Closed
7487 wants to merge 1 commit intonodejs:mainfrom
7487:fix/remove-mastodon
Closed

fix: remove unmaintained Mastodon link from footer#8849
7487 wants to merge 1 commit intonodejs:mainfrom
7487:fix/remove-mastodon

Conversation

@7487
Copy link
Copy Markdown

@7487 7487 commented Apr 26, 2026

Description

The Mastodon account @nodejs on social.lfx.dev is no longer maintained by the foundation's marketing team per issue #7873.

Changes

  • Remove Mastodon entry from apps/site/navigation.json socialLinks array
  • Discord and Bluesky remain as the community chat links

Co-Authored-By: Claude Opus 4.7 [email protected]

The Mastodon account @nodejs on social.lfx.dev is no longer maintained
by the foundation's marketing team per community discussion.

Co-Authored-By: Claude Opus 4.7 <[email protected]>
Copilot AI review requested due to automatic review settings April 26, 2026 09:09
@7487 7487 requested a review from a team as a code owner April 26, 2026 09:09
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nodejs-org Ready Ready Preview Apr 26, 2026 9:10am

Request Review

@cursor
Copy link
Copy Markdown

cursor Bot commented Apr 26, 2026

PR Summary

Low Risk
Low risk: this is a simple config change removing one social link from the footer/navigation with no logic or data-handling impact.

Overview
Removes the Mastodon entry from apps/site/navigation.json socialLinks, so the footer no longer links to https://social.lfx.dev/@nodejs while leaving the remaining social/community links unchanged.

Reviewed by Cursor Bugbot for commit a8856c3. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions
Copy link
Copy Markdown
Contributor

👋 Codeowner Review Request

The following codeowners have been identified for the changed files:

Team reviewers: @nodejs/nodejs-website

Please review the changes when you have a chance. Thank you! 🙏

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes an unmaintained Mastodon social link from the site footer navigation configuration, aligning the public-facing footer icons with current community/marketing ownership.

Changes:

  • Removes the Mastodon entry from socialLinks in the site navigation config.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread apps/site/navigation.json
Comment on lines 84 to 89
"link": "https://discord.gg/nodejs",
"alt": "Discord"
},
{
"icon": "mastodon",
"link": "https://social.lfx.dev/@nodejs",
"alt": "Mastodon"
},
{
"icon": "bluesky",
"link": "https://bsky.app/profile/nodejs.org",
@avivkeller
Copy link
Copy Markdown
Member

avivkeller commented Apr 26, 2026

Duplicate of #8649

@avivkeller avivkeller marked this as a duplicate of #8800 Apr 26, 2026
@avivkeller avivkeller closed this Apr 26, 2026
@avivkeller avivkeller marked this as a duplicate of #8649 Apr 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants